┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/lib/python3.12/site-packages/jsonschema_specifications
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: __init__.py
""" The JSON Schema meta-schemas and vocabularies, exposed as a Registry. """ from referencing.jsonschema import EMPTY_REGISTRY as _EMPTY_REGISTRY from jsonschema_specifications._core import _schemas #: A `referencing.jsonschema.SchemaRegistry` containing all of the official #: meta-schemas and vocabularies. REGISTRY = (_schemas() @ _EMPTY_REGISTRY).crawl() __all__ = ["REGISTRY"]
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 __pycache__/
DIR
—
2026-04-06 07:14
📁 schemas/
DIR
—
2026-04-06 07:14
📄 __init__.py
PY
385 B
2024-10-29 00:00
EDIT
📄 _core.py
PY
958 B
2024-10-29 00:00
EDIT